From bdce4811c23d740e0c2907f35addce21338a35d4 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Wed, 4 Feb 2004 08:21:08 +0000 Subject: [PATCH] (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index a2676176b86..3b178af029b 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1619,7 +1619,7 @@ in that case, this function acts as if `enable-local-variables' were t." ("\\.ltx\\'" . latex-mode) ("\\.dtx\\'" . doctex-mode) ("\\.el\\'" . emacs-lisp-mode) - ("\\.scm\\|\\.stk\\|\\.ss\\|\\.sch\\'" . scheme-mode) + ("\\.\\(scm\\|stk\\|ss\\|sch\\)\\'" . scheme-mode) ("\\.l\\'" . lisp-mode) ("\\.lisp\\'" . lisp-mode) ("\\.f\\'" . fortran-mode) -- 2.30.2